testing.common.checkFuzzFn (method)

18 uses

	testing (current package)
		testing.go#L731: func (c *common) checkFuzzFn(name string) {
		testing.go#L997: 	c.checkFuzzFn("FailNow")
		testing.go#L1115: 	c.checkFuzzFn("Output")
		testing.go#L1188: 	c.checkFuzzFn("Log")
		testing.go#L1199: 	c.checkFuzzFn("Logf")
		testing.go#L1205: 	c.checkFuzzFn("Error")
		testing.go#L1212: 	c.checkFuzzFn("Errorf")
		testing.go#L1219: 	c.checkFuzzFn("Fatal")
		testing.go#L1226: 	c.checkFuzzFn("Fatalf")
		testing.go#L1233: 	c.checkFuzzFn("Skip")
		testing.go#L1240: 	c.checkFuzzFn("Skipf")
		testing.go#L1254: 	c.checkFuzzFn("SkipNow")
		testing.go#L1297: 	c.checkFuzzFn("Cleanup")
		testing.go#L1334: 	c.checkFuzzFn("ArtifactDir")
		testing.go#L1423: 	c.checkFuzzFn("TempDir")
		testing.go#L1524: 	c.checkFuzzFn("Setenv")
		testing.go#L1549: 	c.checkFuzzFn("Chdir")
		testing.go#L1590: 	c.checkFuzzFn("Context")